CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译 代码生成

搜索资源列表

  1. code

    0下载:
  2. 编译原理词法分析器,生成二元式的代码!适合于大学计算机科学与技术实验设计。-compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1656
    • 提供者:qinying
  1. C0Compiler

    0下载:
  2. 能生成四元式和16位汇编语言的编译器,if-else,while,for,switch语句均能编译成功。代码并不完美,仅供参考-Can generate quaternary assembly language-and 16-bit compiler, if-else, while, for, switch statements can compile successfully. Code is not perfect, are for reference only
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:507035
    • 提供者:liyiviven01
  1. byk

    0下载:
  2. 编译器,编译原理课程设计。PL/0语言是Pascal语言的一个子集,这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。-Compiler, the compiler principles of curriculum design. PL/0 language is a subset of Pascal language set, here the analysis of PL/0, including
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1375417
    • 提供者:
  1. compilerWithJava.tar

    0下载:
  2. 用java实现的编译器. 包括语法分析,词法分析,生成目标代码等,代码很简单,本人已经测试过,很完美.-this is the lightweight java compiler, it contains syntactical analysis,lexer analysis and the target generate. the codes is so simply,i works so perfect...i think you can do it..
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:20994
    • 提供者:wangshujing
  1. analysis-and-code-generation-of-Tiny

    0下载:
  2. 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:316200
    • 提供者:Panda
  1. OS0417

    1下载:
  2. 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-23
    • 文件大小:278528
    • 提供者:Lilith
  1. bianyiyuanliyufafenxi

    0下载:
  2. 语法分析的功能: 语法分析是编译过程的核心部分,它的主要任务是按照和程序语言的语法规则,从由词法分析输出的源程序符号串中识别出各类语法分析成分,同时进行语法检查,为语义分析和代码生成作准备。 有报告-Parsing functions: syntax analysis is the core of the compiler process, its main tasks and procedures in accordance with the grammatical rules of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:158468
    • 提供者:盼盼
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:9551
    • 提供者:rachel
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-14
    • 文件大小:1482807
    • 提供者:乔松
  1. PL0C++

    0下载:
  2. 用于模拟编译系统,支持多种数据类型和结构,自己编写程序并调用编译器模拟编译,生成三代码语言。-Used to simulate the build system to support multiple data types and structures, their programming and call simulation compiler compiler to generate a three-code language.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:598112
    • 提供者:jiarunxiao
  1. Compiler---Thesisandcode

    1下载:
  2. 参照龙书编写的编译器,包括词法分析器,语法分析器,和生成三地址码的中间代码生成器。文件中包含代码和三篇论文。-Reference book written long compilers, including lexical analyzer, parser, and generate three address code between the code generator. File contains code and thesis 3.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1488964
    • 提供者:Wang Jia
  1. pci

    0下载:
  2. DOS下,访问PCI设备的代码,使用ASM写成,编译可生成EXE,非常好用-acess pci device list,i had test pass under dos .
  3. 所属分类:assembly language

    • 发布日期:2015-12-13
    • 文件大小:1197
    • 提供者:dd
  1. sy1new

    0下载:
  2. 编译原理的LR分析表源码,描述语法分析器的构造,语法制导翻译和中间代码生成-Compilation Principle source of LR analysis table describes the structure parser, grammar-guided translation and intermediate code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:67785
    • 提供者:yuyu
  1. yufafenxi

    0下载:
  2. 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2710829
    • 提供者:yangjun
  1. shiyanbaogaoyangli

    0下载:
  2. 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded a big operation principle comp
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1296747
    • 提供者:
  1. forxunhuanyujukechengsheji

    0下载:
  2. 此为编译原理课程设计——FOR循环语句(简单优先法、输出三地址表示)。可以实现词法分析、语法分析、语义分析,能生成中间代码。功能比较全。-This is the principle of curriculum design compiler- FOR loop (simple priority method, the output address of said three). Can achieve lexical analysis, syntax analysis, semantic ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3823
    • 提供者:lingfei
  1. Reflector

    1下载:
  2. .NET 2.0反编译工具,用于反编译.NET生成的dll/exe等,还原成原代码-.net 2.0 recompile tools
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1065041
    • 提供者:tang wen
  1. c51v802

    0下载:
  2. Keil uVision2是美国Keil Software公司出品的51系列兼容单片机C语言软件开发系统,使用接近于传统c语言的语法来开发,与汇编相比,C语言在功能上、结构性、可读性、可维护性上有明显的优势,因而易学易用,而且大大的提高了工作效率和项目开发周期,他还能嵌入汇编,您可以在关键的位置嵌入,使程序达到接近于汇编的工作效率。 Keil C51软件提供丰富的库函数和功能强大的集成开发调试工具,全Windows界面,使您能在很短的时间内就能学会使用keil c51来开发您的单片机应
  3. 所属分类:SCM

    • 发布日期:2017-06-16
    • 文件大小:25392556
    • 提供者:小雨飘飘
  1. md5dell

    0下载:
  2. VC++打造MD5加密算法的源程序代码,程序经过编译可生成最终成品——DLL文件,方便你在其它地方调用。-VC++ to create the MD5 encryption algorithm source code, the program can be compiled to generate the final product- DLL file for calling you elsewhere.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1826034
    • 提供者:160
  1. proj1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:5767
    • 提供者:小痴狗子
« 1 2 3 4 5 67 8 9 10 11 ... 24 »
搜珍网 www.dssz.com